home *** CD-ROM | disk | FTP | other *** search
- Path: news.mel.aone.net.au!usenet
- From: clyde@hitech.com.au (Clyde Smith-Stubbs)
- Newsgroups: comp.lang.c
- Subject: Re: help about structure
- Date: Wed, 03 Jan 1996 08:40:38 GMT
- Organization: HI-TECH Software
- Message-ID: <30ea40c1.1116181376@news.bne.aone.net.au>
- References: <4c3t9q$aob@chleuasme.francenet.fr> <4cc3r3$5kl@news.informix.com>
- Reply-To: clyde@hitech.com.au
- NNTP-Posting-Host: skyhawk.hitech.com.au
- X-Newsreader: Forte Agent .99c/16.141
-
- On 2 Jan 1996 20:16:35 GMT, Robert Zook <lalaith@inf.net> wrote:
-
- >Try this:
- >
- >struct
- >{
- > nature: tokennature;
- > union
- > {
- > i: int;
- > r: double;
- > ...
- > } tk;
- >}token;
-
- Don't try this at home folks - at least not with your common or garden
- C compiler. I don't know what language it is, but it sure isn't C!
-
-
- Clyde Smith-Stubbs | HI-TECH Software, | Voice: +61 7 3300 5011
- clyde@hitech.com.au | P.O. Box 103, Alderley, | Fax: +61 7 3300 5246
- http://www.hitech.com.au | QLD, 4051, AUSTRALIA. | BBS: +61 7 3300 5235
- ----------------------------------------------------------------------------
- FREE! Download our shareware (FREE for noncommercial use) MS-DOS C Compiler!
- Point your Web browser at http://www.hitech.com.au/
-